home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 112 / EnigmaAmiga112CD.iso / dalla rivista / workbench / freedom / docs / bugs < prev    next >
Text File  |  1998-07-16  |  1KB  |  24 lines

  1. o Assembly optimized version of the library (you will very probably not yet
  2.   notice any difference, so use the standard C-only versions) might be buggy
  3.   and (more probably) create different rendering output, because for example
  4.   the assembly version of TT_MulDiv does not yet use rounding (a*b/c instead
  5.   of (a*b+c/2)/c ).
  6.  
  7. o Engine is far to slow, compared to bullet.library. Maybe someone wants to
  8.   help me in converting the most important routines to assembly. Source code
  9.   is included, so if someone wants to improve it or create a PPC version ...
  10.  
  11. o Not (yet) implemented OT tags might be the reason for some programs
  12.   crashing (Wordworth)
  13.  
  14. o Fonts without Unicode CMAP tables (character to glyph mapping) such as
  15.   webdings.ttf cannot be used. Don't know how to do the mapping in such
  16.   a case :(
  17.  
  18. o The "Install Truetype Font" script is not yet able to find out all info
  19.   it needs for the otag file itself, therefore it asks the user for things
  20.   like "Is this a serif font?", etc.
  21.   
  22.  
  23.  
  24.